home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
extraurb
/
mi035.dir
/
00046_Script_46
< prev
next >
Wrap
Text File
|
1983-01-31
|
675b
|
27 lines
on exitFrame
global a_blocca
if a_blocca = false then
ATT_HILITE 8,13,5,6,2,2
end if
at_hil 107,6,41
go to the frame
end
on mouseup
if the mouseh > 72 and the mouseh < 620 and the mouseV > 0 and the mouseV < 480 then
global a_blocca, scrolla,cast_dida
set a_blocca to false
set scrolla to true
set cast_dida to 72
--duplicate cast 121, 499
--vap "su", 72, "nobeep"
set the scrolltop of member cast_dida to 0
set the visible of sprite 17 to false
set the visible of sprite 18 to false
set the visible of sprite 19 to false
set the visible of sprite 20 to false
end if
end